Component org.nuxeo.ecm.platform.rendition.version
In bundle org.nuxeo.ecm.platform.rendition.core
Contributions
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.platform.rendition.version">
<extension target="org.nuxeo.ecm.core.CoreService" point="orphanVersionRemovalFilter">
<documentation>
Contribute a custom OrphanVersionRemovalFilter that does not delete Rendition version
that do not have a live/checked-out document.
</documentation>
<filter class="org.nuxeo.ecm.platform.rendition.version.RenditionAwareVersionRemovalPolicy"></filter>
</extension>
</component>